home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvmtest / README < prev    next >
Encoding:
Text File  |  1995-05-22  |  1018 b   |  43 lines

  1. PVM TEST ENGINE
  2. ---------------
  3.  
  4. IMPORTANT :
  5.  
  6. This software is designed according to the current version of
  7. PVM available at the University of Tennessee. This version
  8. should be released as the PVM version 3.3.8 very soon.
  9. The main differences between PVM3.3.7 and the current version
  10. concern the MPPs : CM5,Paragon and SP2.
  11. On the CM5 and the Paragon, the bugs have been fixed.
  12. On the SP2, PVM has been rewritten on top of MPI.
  13.  
  14. The beta version of PVM on some of these MPPs has already been released.
  15. We advice you to contact us if you wish to get the up-to-date
  16. version of PVM before it is released
  17. (see the documentation of this software for addresses)
  18. ---------------
  19. Building the Test Engine :
  20.  
  21. SUN4
  22.       no mods required
  23. HPPA
  24.         no mods required
  25. ALPHA
  26.         no mods required
  27. PMAX
  28.         no mods required
  29. RS6K
  30.         no mods required
  31. SUNMP
  32. SUN4SOL2
  33.         CFLAGS += -I/usr/ucbinclude
  34.         LIBS += -lnsl -lsocket -L/usr/ucblib -lucb
  35. CM5
  36.     use Makefile.cm5
  37. PGON
  38.     use Makefile.pgon
  39. SP2
  40.     use Makefile.sp2
  41.  
  42.  
  43.